home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / clmain.dfm / clmain.txt
Encoding:
Text File  |  1999-07-30  |  689 b   |  39 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object ConnectButton: TButton
  14.     Left = 240
  15.     Top = 280
  16.     Width = 75
  17.     Height = 25
  18.     Caption = 'Connect'
  19.     TabOrder = 0
  20.     OnClick = ConnectButtonClick
  21.   end
  22.   object RecvMemo: TMemo
  23.     Left = 48
  24.     Top = 24
  25.     Width = 449
  26.     Height = 225
  27.     Lines.Strings = (
  28.       'RecvMemo')
  29.     TabOrder = 1
  30.   end
  31.   object msClientSocket1: TmsClientSocket
  32.     Version = '2.0'
  33.     Host = 'localhost'
  34.     Port = 1090
  35.     Left = 64
  36.     Top = 288
  37.   end
  38. end
  39.